type net/http.cancelTimerBody

4 uses

	net/http (current package)
		client.go#L300: 		resp.Body = &cancelTimerBody{
		client.go#L979: type cancelTimerBody struct {
		client.go#L985: func (b *cancelTimerBody) Read(p []byte) (n int, err error) {
		client.go#L999: func (b *cancelTimerBody) Close() error {